home *** CD-ROM | disk | FTP | other *** search
- echo $1 $2 $3 $4 $5 $6
- if test $2 == ConnorAction
- if test $3 == do
- KQMonster::speak Connor Connor 1000 6 14 0 1 1
- endif
- else if test $2 == Cue
- if test $3 == 10
- # move Connor 0 278700 195896 -1 0 0 1.57
- move Connor 0 278900 195846 -1 0 0 1.57
- move KQCamera 0 275026 197541 14930 -.2 0 -1.8
- KQMonster::setState Connor special 'AnimList=raven.anm,AnimListOn,start1,start2,start3'
- getEndLoop Connor $1 1
- else if test $3 == 300
- if test $5 == start1
- move KQCamera 0 278526 196641 14480 .35 0 -2.1
- # delay the speak until after the camera cut.
- sendEvent 0.2 stngrl KQCueEvent 888 0
- else if test $5 == start2
- KQCamera::follow none
- move KQCamera 0 277876 196341 14830 -.2 0 -1.8
- # delay the speak until after the camera cut.
- sendEvent 0.2 stngrl KQCueEvent 999 0
- else if test $5 == start3
- KQCamera::follow Connor
- handsOff 0
- getEndLoop Connor $1 0
- loadKQ ravensrh.kq
- endif
- endif
- endif
- else if test $3 == 888
- KQMonster::speak Connor Connor 1000 0 0 100 1 1
- else if test $3 == 999
- KQMonster::speak Connor Connor 1000 0 0 100 2 2
- endif
- endif
- endif
- endif
- endif
- endif
-